home *** CD-ROM | disk | FTP | other *** search
/ Webshot XL / WEBSHOP_XL.ISO / WebShop XL / data1.cab / Library_Files / Library / DBase_Library / ShopDB.mdb / Shipping_Payment.json < prev    next >
JavaScript Object Notation  |  2001-09-05  |  451b

  1. {
  2.     "schema": {
  3.         "Shipping_PaymentID": "Long Integer",
  4.         "Shipping_Payment": "Text (50)",
  5.         "Supported": "Boolean NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "Shipping_PaymentID": 1,
  10.             "Shipping_Payment": "Flat rate shipping cost",
  11.             "Supported": 0
  12.         },
  13.         {
  14.             "Shipping_PaymentID": 2,
  15.             "Shipping_Payment": "Cost per item",
  16.             "Supported": 0
  17.         },
  18.         {
  19.             "Shipping_PaymentID": 3,
  20.             "Shipping_Payment": "Fixed rate per weight (Kg or lb.)",
  21.             "Supported": 0
  22.         },
  23.         {
  24.             "Shipping_PaymentID": 4,
  25.             "Shipping_Payment": "Percentage of sales",
  26.             "Supported": 0
  27.         }
  28.     ]
  29. }